home *** CD-ROM | disk | FTP | other *** search
- on exitFrame
- global mc, mw, ml, gbTraceLine, gNextArticle
- set mc to the mouseCast
- set mw to the mouseWord
- set ml to the mouseLine
- set gbTraceLine to 0
- set GOTZONE to CheckScrollZones()
- if not GOTZONE then
- set GOTZONE to CheckNarrativeZones()
- end if
- if not GOTZONE then
- set GOTZONE to CheckTextZones()
- end if
- if not GOTZONE then
- cursor(-1)
- set gNextArticle to "..."
- end if
- UpdatePreview()
- go(the frame)
- end
-
- on idle
- scanTag()
- end
-
- on UpdatePreview
- global gNextArticle
- set the text of field 19 to gNextArticle
- end
-